.formsec {
    background-color: #FBFBF8;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.formsec_main {
    width: 69.1667vw;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0 1.8229vw rgba(0, 0, 0, 0.05);
    border-radius: 2vw;
    padding-top: 5vw;
    padding-bottom: 3vw;
    margin-top: 2vw;
}
.formsec_title {
    height: 7.2396vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formsec_title > img {
    width: unset !important;
    height: 100%;
}
.formsec_top_tt {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1.5vw;
}

.sub {
    height: 22.6563vw;
    background-image: url(/images/con18_01.png);
    margin-top: 5.4688vw;
}
.sub01 {
    padding-top: 6vw;
    padding-bottom: 5vw;
}
.sub01_icon {
    width: 2.67727%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.sub01_tt01 {
    font-size: var(--size-26);
    font-weight: 700;
    margin-bottom: 0.5vw;
}
.sub01_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    margin-bottom: 1.5vw;
}
.sub01_row {
    width: 21.4699%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -1.2vw;
}
.sub01_row_btn {
    width: 22.005%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 19%;
}

/* form */
.contact_main {
  width: 58%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact_form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact_form_wrap {
  gap: 0vw;
}
.contact_form_col {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0vw 0vw;
  box-sizing: border-box;
}
.contact_form_col01 {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 2vw;
}
.contact_form_col_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #42261A;
}
.contact_form_label {
  font-size: var(--size-20);
  font-weight: 600;
  color: #C70462;
  white-space: nowrap;
    font-family: 'Paperlogy';  
}
.contact_form_label_star {
    left: -0.9vw;
    top: -64%;
    color: #C70462;
    font-size: 0.8vw;
    font-family: 'Suit';
    font-weight: 900;
    font-size: var(--size-27);
}
.contact_form_input {
    width: 78%;
    height: 4vw;
    border: none;
    padding: 0vw 0;
    box-sizing: border-box;
    outline: none;
    font-size: 0.9vw;
    font-family: 'Suit';
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_form_input_s {
    width: 55%;
}
.contact_form_col02 .contact_form_input {
    width: 86%;
}
.contact_form_input::placeholder {
  font-size: var(--size-17);
  color: #42261a77;
  font-weight: 500;
    font-family: 'Suit';
}
.contact_form_check_wrap {
    gap: 3vw;
}
.contact_form_check_item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_form_check {
    width: 0.9vw;
    height: 0.9vw;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 0.3vw;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #C70462;
}
.contact_form_check:checked::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    scale: 0.8;
    background-color: #3FE5D3;
    border-radius: 50%;
}
.contact_form_check_label {
    font-size: var(--size-19);
    color: #C70462;
    font-weight: 600;
}
.form_submit {
    width: 22.8646vw;
    height: 4.1667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: var(--size-28);
    font-weight: 700;
    margin-top: 1vw;
    border-radius: 50vw;
    font-family: 'Paperlogy';
    background-color: #C70462;
    color: #fff;
}

.form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-20);
    font-weight: 500;
    margin-top: 1vw;
    padding: 0 6vw;
    box-sizing: border-box;
    color: #C70462;
}
input.footeer_agree_checkbox_01 {
    width: 0.9vw;
    height: 0.9vw;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 0.3vw;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #C70462;
    border-radius: 0.2vw;
  }
  .agree_text {
    cursor: pointer;
  }
  .footeer_agree_checkbox_01:checked::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    scale: 0.8;
    background-color: #C70462;
    border-radius: 0.2vw;
}
.contact_form_area {
    margin-top: 1vw;
    padding-bottom: 1vw;
}
.contact_form_area .contact_form_label {
    align-self: flex-start;
}
.contact_form_area .contact_form_input {
    height: 7vw;
    resize: none;
}
.map_mid_01 {
    justify-content: flex-start;
    gap: 1vw;
    padding-left: 0.3vw;
}
.contact_form_select,
.form-control {
    width: 12.7083vw;
    height: 2.3958vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #2b2b2b91;
    cursor: pointer;
    border: 1px solid #42261A;
    outline: none;
    padding: 0 1vw;
    box-sizing: border-box;
    font-size: 0.7vw;
    border-radius: 50vw;
    font-size: var(--size-15);
    color: #C70462;
    appearance: none;
    background-image: url(/images/con18_16.png);
    background-repeat: no-repeat;
    background-size: 0.8854vw;
    background-position: 91% center;
    font-family: 'pretendard Variable';
}
.contact_form_select {
    margin-left: 1vw;
}
.form_top_absol {
    font-size: var(--size-15);
    font-weight: 600;
    right: 3vw;
    top: 1.5vw;
    color: #C70462;
}
.form_top_star {
    color: #C70462;
    font-size: var(--size-20);
    margin-right: 0.2vw;
}
.file_btn {
    height: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    border-radius: 50vw;
    font-size: var(--size-16);
}
.form_col_file {
    margin: 0.5vw 0% 0;
}

.form_col_file .contact_form_col_row {
    border-bottom: none;
}
.file_btn {
    width: 37%;
    margin-left: 0%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
}
.form_col_file .form_input_box {
    justify-content: flex-start;
}
.upload_button {
    width: 5.5729vw;
    height: 2.3958vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #42261A;
    box-sizing: border-box;
    border-radius: 50vw;
    color: #42261A;
    font-weight: 400;
}
.file_whether_absol{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    font-size: var(--size-16);
    font-weight: 400;
}
.file_whether{
    color: #0000008f;
    margin: 0% 1.5% 0% 0%;
}
.file_number{
    margin: 0% 0% -1% 0%;
    display: none;
}
.file_clear_btn{
    color: #000;
    cursor: pointer;
    pointer-events: all;
    margin: 0% 0% -1% 1%;
}
.file_btn_right {
    font-size: var(--size-15);
    color: #0000008f;
    font-weight: 400;
    margin-left: 1.5vw;
}


@media screen and (max-width:599px) {
.formsec_main {
    width: 91.1667vw;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0 1.8229vw rgba(0, 0, 0, 0.05);
    border-radius: 6vw;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 7vw;
}
.form_top_absol {
    font-size: var(--size-15);
    font-weight: 600;
    right: 4vw;
    top: 2.5vw;
    color: #42261A;
}
.sub {
    height: 39.6563vw;
    background-image: url(/images/con18_01.png);
    margin-top: 15vw;
}
.sub01 {
    padding-top: 15vw;
    padding-bottom: 15vw;
}
.sub01_icon {
    width: 8.67727%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.5vw;
}
.sub01_tt01 {
    font-size: var(--size-26);
    font-weight: 700;
    margin-bottom: 4.5vw;
}
.sub01_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    margin-bottom: 7.5vw;
}
.sub01_row_wrap {
    flex-wrap: wrap;
}
.sub01_row {
    width: 52.4699%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -2vw -2.2vw;
}
.sub01_row_btn {
    width: 24.005%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12%;
}
.formsec_title {
    height: 24.2396vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formsec_top_tt {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.5;
    margin-top: 4.5vw;
}
.formsec {
    background-color: #FBFBF8;
    padding-top: 15vw;
    padding-bottom: 15vw;
}
/* form */
.contact_main {
    width: 94.5906%;
    border-radius: 4vw;
    padding-bottom: 10vw;
    padding-top: 10vw;
}
.contact_form_col01 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
}
.contact_form_col02 .contact_form_input ,
.contact_form_input {
        width: 74%;
        height: 14vw;
    font-size: var(--size-19);
    justify-content: center;
}
.contact_form_input_s {
    width: 55%;
}
.contact_form_col {
    padding: 0vw 7vw;
}
.contact_form_col_check_wrap {
    gap: 2.5vw;
    margin-bottom: 5vw;
    margin-top: 1.5vw;
}
.contact_form_col_check_wrap label {
    width: 15.25vw;
    height: 7.0313vw;
}
.contact_form_label_star {
    left: -2.7vw;
    top: -46%;
    font-size: 3.8vw;
}
input.footeer_agree_checkbox_01 {
    width: 4.4063vw;
    height: 4.4063vw;
    margin-right: 2vw;
}
.form_submit {
    width: 61.2844%;
    height: 13.1667vw;
    margin-top: 4vw;
}
.contact_form_select, .form-control {
    width: 24.7083vw;
    height: 8.3958vw;
    padding: 0 3vw;
    font-size: var(--size-15);
    background-size: 1.8854vw;
    background-position: 88% center;
}
.contact_form_select {
    margin-left: 0;
    width: 50vw;
}
.map_mid_01 {
    justify-content: flex-start;
    gap: 1vw;
    padding-left: 0;
}
.contact_form_area {
    margin-top: 6vw;
    padding-bottom: 4vw;
}
.contact_form_area .contact_form_input {
    height: 20vw;
    resize: none;
}
.form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-20);
    font-weight: 500;
    margin-top: 3vw;
    padding: 0 6vw;
    box-sizing: border-box;
}
.form_col_file .contact_form_col_row {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.file_btn_right br {
    display: none;
}
.file_btn {
    width: 82%;
    height: 15vw;
    margin-left: 0%;
    gap: 2vw;
}
.upload_button {
    width: 20.5729vw;
    height: 7.3958vw;
    margin-left: 5vw;
}
.file_btn_right {
    margin-left: 0;
}
.contact_form_check {
    width: 2.9vw;
    height: 2.9vw;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 1vw;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #C70462;
}
.contact_form_check_wrap {
    gap: 2vw;
}
/* form */



}